projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccf5da
)
Remove unimplemented host.set_sched_policy.
author
Ewan Mellor
<ewan@xensource.com>
Wed, 4 Apr 2007 17:50:11 +0000
(18:50 +0100)
committer
Ewan Mellor
<ewan@xensource.com>
Wed, 4 Apr 2007 17:50:11 +0000
(18:50 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendAPI.py
b/tools/python/xen/xend/XendAPI.py
index cd7511588eea7c6ac313c4455dfc2fa40ec0057a..78128f35b4aeb979996a04ce5c0e6ff26599c45a 100644
(file)
--- a/
tools/python/xen/xend/XendAPI.py
+++ b/
tools/python/xen/xend/XendAPI.py
@@
-944,8
+944,6
@@
class XendAPI(object):
return xen_api_success(['pygrub'])
def host_get_sched_policy(self, _, host_ref):
return xen_api_success(XendNode.instance().get_vcpus_policy())
- def host_set_sched_policy(self, _, host_ref, policy):
- return xen_api_todo()
def host_get_cpu_configuration(self, _, host_ref):
return xen_api_success(XendNode.instance().get_cpu_configuration())